﻿/*滚动页*/
.owl-carousel .item.banner2{
    background-image:url(../img/banner/12.jpg);
}
.owl-carousel .item.banner3{
    background-image:url(../img/banner/10.jpg);
}
.owl-carousel .item.banner4{
    background-image:url(../img/banner/11.png);
}
/*数字跳动*/
.counter-item {
    position: relative;
    text-align: center;
    margin:0 10px 40px;
    /*margin-bottom: 40px;*/
    background: rgba(0, 0, 0, 0.5);
    padding: 30px;
    background-color: transparent;
    box-shadow: 0px 8px 7px 0px rgb(227 220 220 / 75%);
    height: 340px;
}
.fun-facts .facts-icon {
    background-repeat: no-repeat;
}
.fun-facts .facts-icon1 {
    background-image: url(../img/icon/09.png);
    background-position: right 20% top 12%;
}
.fun-facts .facts-icon2 {
    background-image: url(../img/icon/10.png);
    background-size: 30px 25px;
    background-position: right 15% top 12%;
}
.fun-facts .facts-icon3 {
    background-image: url(../img/icon/11.png);
    background-position: right 20% top 12%;
}
.timer {
    color: #0497fd;
    font-size: 72px !important;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    line-height: 80px;
    font-family: 'Oswald', sans-serif;
}
.specila-timer {
    font-size: 18px;
    color: #0497fd;
}
.team .member .facts-icon{
    min-height:120px;
}
/*渠道*/
.feature, .feature-2, .feature-3 {
    padding-bottom: 80px;
}
.feature, .feature-3 {
    text-align: center;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.feature i, .feature-3 i {
    font-size: 2.5em;
    width: 80px;
    height: 80px;
    padding: 25px;
    margin-bottom: 10px;
    position: relative;
}
.feature i {
    color: #fff;
    box-shadow: 0 0 0 30px transparent;
    -webkit-transform: translate3d(2, 2, 2);
    -moz-transform: translate3d(2, 2, 2);
    -o-transform: translate3d(2, 2, 2);
    transform: translate3d(2, 2, 2);
    -webkit-transition: box-shadow .6s ease-in-out;
    -moz-transition: box-shadow .6s ease-in-out;
    -o-transition: box-shadow .6s ease-in-out;
    transition: box-shadow .6s ease-in-out;
}
.channel-section .fa-web, .channel-section .fa-weibo {
    padding: 21px;
}
.channel-section .feature i {
    background-color: #0497fd;
    border-radius: 40px;
    transition: all 0.3s ease-in-out;
    transition:all .4s;
	-moz-transition:all .4s;
	-webkit-transition:all .4s;
	-o-transition:all .4s;
}
.channel-section .feature i img{
    vertical-align:text-top;
}
.channel-section .feature:hover i{
    transform:scale(1.2);
}
.feature h4, .feature-3 h4 {
    font-size: 15px;
    color: #666;
    font-weight: 300;
    font-family: 'Oswald', sans-serif;
}
/*新闻*/
.news-section .news-header{margin-bottom:38px;}
    .news-section .news-list:first-child {margin-right:5%;}
.newlist-header{
    font-size: 16px;color: #373737;line-height: 36px;
}
.newlist-header img{margin-right: 9px;}
.newlist-header .more-news{float: right;color: #747474;cursor: pointer; margin-right:23px;}
.news-content li span.news-time{
    float:right;
}
.news-title{
    font-family: MicrosoftYaHei;
    width: 100%;
    text-align: center;
}
.news-title h3{
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #0497fd;
}
.news-title .sub-title{
    font-size: 14px;
    color: #808080;
}
.news-content .main-new{
    line-height: 30px;
	letter-spacing: 0px;
	color: #454545;
    font-size: 14px;
 }
.news-content .main-new p{
    text-indent:26px;
}